home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE18 / PAS2HTML / PAS2HTML.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-12-30  |  1.2 KB  |  45 lines

  1.  
  2.  
  3.                              PAS2HTML 1.0
  4.  
  5.                   Pascal Source to HTML Converter
  6.  
  7.  
  8.  
  9.  
  10.           Copyrighs(c)1996,97 by COAS, All rights reserved.
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.           PAS2HTML was written by P.L. Polak (pp@coas.com)
  18.  
  19.  
  20.  
  21.  
  22. PAS2HTML is a conversion program which translates Delphi Pascal source files
  23. into HTML format with Borland Delphi compatible syntax highlighting.
  24.  
  25. This makes it very easy to publish source code on the Web in a clear way. If
  26. you have every tried to create a HTML page containing highlighted source
  27. you know how much work this can be.
  28.  
  29. But PAS2HTML has an extra feature: It is also available as a CGI application,
  30. so you don't need to convert all your PAS file before you publish them on the
  31. WEB (or on your company's intranet). You can use the 32-bit version of the
  32. program on any compatible WWW server (like Microsoft's IIS).
  33.  
  34. To create a CGI link to a pascal file you can use the folowing HTML tag:
  35.  
  36. <A HREF=/cgi-bin/pas2html.exe?yourfile.pas>Enter Any Text Here</A>
  37.  
  38. This is still the first version of the program, and if you find any bugs, or
  39. have any comments or suggestions to it, please let me know!
  40.  
  41. You can contact me using e-mail at pp@coas.com.
  42.  
  43.  
  44.  
  45.